home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Painter Bear's Language Bridge — Italian
/
Bridge_ponte_itialian.iso
/
pc
/
helpers
/
open.dxr
/
00009_object extermination.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-02-22
|
214 b
|
10 lines
on exterminate anObject
if count(anObject) = 0 then
return
end if
repeat with index = 1 to count(anObject)
setProp(anObject, getPropAt(anObject, index), VOID)
end repeat
set anObject to VOID
end